home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / EPLQ850.PMF < prev    next >
Text File  |  1993-01-01  |  13KB  |  417 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Epson LQ-850 printer.        ;
  4. ;                                       ;
  5. ;  (C) Copyright 1990 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Epson LQ-850"
  10. RESET    =  27,64
  11.  
  12. NAME     =  "Line Feed"
  13.   DESC   =  "Advance paper to the next line."
  14.   CODES  =  10
  15.  
  16. NAME     =  "Form Feed"
  17.   DESC   =  "Advance paper to the top of the"
  18.             "next page."
  19.   CODES  =  12
  20.  
  21. NAME     =  "Clear Printer Buffer"
  22.   DESC   =  "Clear all data from printer"
  23.             "buffer."
  24.   CODES  =  24
  25.  
  26. NAME     =  "Sound Beeper"
  27.   DESC   =  "Sound the printer's beeper."
  28.   CODES  =  7
  29.  
  30. NAME     =  "Cut Sheet Feeder: ON"
  31.   DESC   =  "This command should not be used"
  32.             "unless the automatic sheet feeder"
  33.             "is installed."
  34.   CODES  =  27,25,4
  35.  
  36. NAME     =  "Cut Sheet Feeder: OFF"
  37.   DESC   =  "This command should not be used"
  38.             "unless the automatic sheet feeder"
  39.             "is installed."
  40.   CODES  =  27,25,0,0
  41.  
  42. NAME     =  "Cut Sheet Feeder: Load From Bin 1"
  43.   DESC   =  "This command should not be used"
  44.             "unless the automatic sheet feeder"
  45.             "is installed."
  46.   CODES  =  27,25,1
  47.  
  48. NAME     =  "Cut Sheet Feeder: Eject a Sheet"
  49.   DESC   =  "This command should not be used"
  50.             "unless the automatic sheet feeder"
  51.             "is installed."
  52.   CODES  =  27,25,82
  53.  
  54. NAME     =  "Select NLQ Print"
  55.   DESC   =  "Activate Near Letter Quality (NLQ)"
  56.             "printing. Characters printed in NLQ"
  57.             "are crisper and more like the"
  58.             "characters produced by a type-"
  59.             "writer."
  60.   CODES  =  27,120,1
  61.  
  62. NAME     =  "Select Draft Quality Print"
  63.   DESC   =  "Activate Draft Quality printing."
  64.             "Use draft for printing drafts and"
  65.             "other documents that you want to"
  66.             "print quickly."
  67.   CODES  =  27,120,0,0
  68.  
  69. NAME     =  "Select Typestyle"
  70.   DESC   =  "Select a new typestyle."
  71.   CODES  =  27,120,1,27,107,0
  72.             "Please select typestyle by entering"
  73.             "one of the following decimal"
  74.             "values:"
  75.             " "
  76.             "0 = Roman"
  77.             "1 = Sans Serif"
  78.             "2 = Courier *"
  79.             "3 = Prestige *"
  80.             "4 = Script *"
  81.             "5 = OCR-B *"
  82.             " "
  83.             "* Available only if the"
  84.             "  corresponding font module is"
  85.             "  installed."
  86.             " "
  87.             "Example: Entering 1 selects Sans"
  88.             "Serif typestyle."
  89.             0
  90.  
  91. NAME     =  "Select International Character Set"
  92.   DESC   =  "Select the international character"
  93.             "set to be used."
  94.   CODES  =  27,82,0
  95.             "Please select character set by"
  96.             "entering one of the following"
  97.             "decimal values:"
  98.             " "
  99.             "0 = USA"
  100.             "1 = France"
  101.             "2 = Germany"
  102.             "3 = England"
  103.             "4 = Denmark I"
  104.             "5 = Sweden"
  105.             "6 = Italy"
  106.             "7 = Spain I"
  107.             "8 = Japan"
  108.             "9 = Norway"
  109.             "10 = Denmark II"
  110.             "11 = Spain II"
  111.             "12 = Latin America"
  112.             " "
  113.             "Example: Entering 2 selects the"
  114.             "German character set."
  115.             0
  116.  
  117. NAME     =  "Select 10 CPI"
  118.   DESC   =  "Activate 10 characters per inch"
  119.             "(cpi) printing."
  120.   CODES  =  27,80
  121.  
  122. NAME     =  "Select 12 CPI"
  123.   DESC   =  "Activate 12 characters per inch"
  124.             "(cpi) printing."
  125.   CODES  =  27,77
  126.  
  127. NAME     =  "Select 15 CPI"
  128.   DESC   =  "Activate 15 characters per inch"
  129.             "(cpi) printing."
  130.   CODES  =  27,103
  131.  
  132. NAME     =  "Double Width ON"
  133.   DESC   =  "Activate double width print."
  134.             "Characters are printed twice their"
  135.             "normal width."
  136.   CODES  =  27,87,1
  137.  
  138. NAME     =  "Double Width OFF"
  139.   DESC   =  "Deactivate double width print."
  140.             "Characters are printed their normal"
  141.             "width."
  142.   CODES  =  27,87,0,0
  143.  
  144. NAME     =  "Double Height ON"
  145.   DESC   =  "Activate double height print."
  146.             "Characters are printed twice their"
  147.             "normal height."
  148.   CODES  =  27,119,1
  149.  
  150. NAME     =  "Double Height OFF"
  151.   DESC   =  "Deactivate double height print."
  152.             "Characters are printed their normal"
  153.             "height."
  154.   CODES  =  27,119,0,0
  155.  
  156. NAME     =  "Emphasized ON"
  157.   DESC   =  "Activate emphasized print."
  158.             "Characters are printed twice. The"
  159.             "second time, character is offset"
  160.             "horizontally."
  161.   CODES  =  27,69
  162.  
  163. NAME     =  "Emphasized OFF"
  164.   DESC   =  "Deactivate emphasized print."
  165.   CODES  =  27,70
  166.  
  167. NAME     =  "Double-Strike ON"
  168.   DESC   =  "Activate double-strike print."
  169.             "Characters are printed twice. The"
  170.             "second time, character is offset"
  171.             "vertically."
  172.   CODES  =  27,71
  173.  
  174. NAME     =  "Double-Strike OFF"
  175.   DESC   =  "Deactivate double-strike print."
  176.   CODES  =  27,72
  177.  
  178. NAME     =  "Condensed ON"
  179.   DESC   =  "Activate condensed print. If"
  180.             "pitch is 10 cpi, condensed will"
  181.             "produce 17.1 cpi. If pitch is 12"
  182.             "cpi, condensed will produce 20"
  183.             "cpi."
  184.   CODES  =  15
  185.  
  186. NAME     =  "Condensed OFF"
  187.   DESC   =  "Deactivate condensed print."
  188.   CODES  =  18
  189.  
  190. NAME     =  "Superscript ON"
  191.   DESC   =  "Activate superscript print."
  192.             "Characters are printed at an offset"
  193.             "above the normal print line."
  194.   CODES  =  27,83,0,0
  195.  
  196. NAME     =  "Superscript OFF"
  197.   DESC   =  "Deactivate superscript print."
  198.   CODES  =  27,84
  199.  
  200. NAME     =  "Subscript ON"
  201.   DESC   =  "Activate subscript print."
  202.             "Characters are printed at an offset"
  203.             "below the normal print line."
  204.   CODES  =  27,83,1
  205.  
  206. NAME     =  "Subscript OFF"
  207.   DESC   =  "Deactivate subscript print."
  208.   CODES  =  27,84
  209.  
  210. NAME     =  "Italics ON"
  211.   DESC   =  "Activate italics print. Characters"
  212.             "are slanted to the right."
  213.   CODES  =  27,52
  214.  
  215. NAME     =  "Italics OFF"
  216.   DESC   =  "Deactivate italics print."
  217.   CODES  =  27,53
  218.  
  219. NAME     =  "Underline ON"
  220.   DESC   =  "Activate underline print."
  221.             "Characters, including the space,"
  222.             "are underscored."
  223.   CODES  =  27,45,1
  224.  
  225. NAME     =  "Underline OFF"
  226.   DESC   =  "Deactivate underline print."
  227.   CODES  =  27,45,0,0
  228.  
  229. NAME     =  "Proportional Spacing ON"
  230.   DESC   =  "Activate proportional spacing."
  231.             "Spacing between letters is adjusted"
  232.             "to compensate for the varying"
  233.             "widths of individual characters."
  234.   CODES  =  27,112,1
  235.  
  236. NAME     =  "Proportional Spacing OFF"
  237.   DESC   =  "Deactivate proportional spacing."
  238.   CODES  =  27,112,0,0
  239.  
  240. NAME     =  "Print Unidirectional"
  241.   DESC   =  "Print from left to right only."
  242.   CODES  =  27,85,1
  243.  
  244. NAME     =  "Print Bidirectional"
  245.   DESC   =  "Print from both left to right and"
  246.             "right to left."
  247.   CODES  =  27,85,0,0
  248.  
  249. NAME     =  "Print Suppress Mode ON"
  250.   DESC   =  "Activate print suppress mode."
  251.             "Printer will ignore all data sent"
  252.             "to it."
  253.   CODES  =  19
  254.  
  255. NAME     =  "Print Suppress Mode OFF"
  256.   DESC   =  "Deactivate print suppress mode."
  257.   CODES  =  17
  258.  
  259. NAME     =  "Set Character Spacing"
  260.   DESC   =  "Set the amount of space to the"
  261.             "right of each character."
  262.   CODES  =  27,32,0
  263.             "Enter number of dots per inch (dpi)"
  264.             "to space to the right of each"
  265.             "character."
  266.             " "
  267.             "Range: 0 to 127 decimal."
  268.             " "
  269.             "Example: Entering 25 (decimal)"
  270.             "would space 25 dpi to the right"
  271.             "of each character."
  272.             0
  273.  
  274. NAME     =  "Set Line Spacing 1/8"""
  275.   DESC   =  "Set line spacing to 1/8 of an inch."
  276.   CODES  =  27,48
  277.  
  278. NAME     =  "Set Line Spacing 1/6"""
  279.   DESC   =  "Set line spacing to 1/6 of an inch."
  280.   CODES  =  27,50
  281.  
  282. NAME     =  "Set Line Spacing n/180"""
  283.   DESC   =  "Set line spacing in any increment"
  284.             "of 180ths of an inch."
  285.   CODES  =  27,51,0
  286.             "Enter new line spacing in"
  287.             "increments of 180ths of an inch."
  288.             " "
  289.             "Range: 0 to 255 decimal."
  290.             " "
  291.             "Example: Entering 90 (decimal)"
  292.             "would set line spacing at 90/180""."
  293.             0
  294.  
  295. NAME     =  "Set Line Spacing n/60"""
  296.   DESC   =  "Set line spacing in any increment"
  297.             "of 60ths of an inch."
  298.   CODES  =  27,65,0
  299.             "Enter new line spacing in"
  300.             "increments of 60ths of an inch."
  301.             " "
  302.             "Range: 0 to 85 decimal."
  303.             " "
  304.             "Example: Entering 30 (decimal)"
  305.             "would set line spacing at 30/60""."
  306.             0
  307.  
  308. NAME     =  "Set Form Length In Inches"
  309.   DESC   =  "Set the current form length in"
  310.             "inches."
  311.   CODES  =  27,67,0,0,0
  312.             "Enter number of inches to set the"
  313.             "current form length."
  314.             " "
  315.             "Range: 1 to 22 decimal."
  316.             " "
  317.             "Example: Entering 11 (decimal)"
  318.             "would set the current form length"
  319.             "to 11 inches."
  320.             0
  321.  
  322. NAME     =  "Set Form Length In Lines"
  323.   DESC   =  "Set the current form length in"
  324.             "lines."
  325.   CODES  =  27,67,0
  326.             "Enter number of lines to set the"
  327.             "current form length."
  328.             " "
  329.             "Range: 1 to 127 decimal."
  330.             " "
  331.             "Example: Entering 68 (decimal)"
  332.             "would set the current form length"
  333.             "to 68 lines."
  334.             0
  335.  
  336. NAME     =  "Set Perforation Skip Distance"
  337.   DESC   =  "Set the distance the printer should"
  338.             "skip when the perforation is"
  339.             "encountered."
  340.   CODES  =  27,78,0
  341.             "Enter number of lines to skip when"
  342.             "perforation is encountered."
  343.             " "
  344.             "Range: 1 to 127 decimal."
  345.             " "
  346.             "Example: Entering 18 (decimal)"
  347.             "would cause printer to skip 18"
  348.             "lines when perforation is"
  349.             "encountered."
  350.             0
  351.  
  352. NAME     =  "Cancel Skip Over Perforation"
  353.   DESC   =  "Cancel perforation skip operation."
  354.   CODES  =  27,79
  355.  
  356. NAME     =  "Set Left Margin"
  357.   DESC   =  "Set the left margin."
  358.   CODES  =  27,108,0
  359.             "Enter character column position in"
  360.             "which to set the left margin."
  361.             " "
  362.             "Range: 0 to 254 decimal."
  363.             " "
  364.             "Example: Entering 15 (decimal)"
  365.             "while printer is in 10 cpi, would"
  366.             "set the left margin at 1 1/2""."
  367.             0
  368.  
  369. NAME     =  "Set Right Margin"
  370.   DESC   =  "Set the right margin."
  371.   CODES  =  27,81,0
  372.             "Enter character column position in"
  373.             "which to set the right margin."
  374.             " "
  375.             "Range: 1 to 255 decimal."
  376.             " "
  377.             "Example: Entering 80 (decimal)"
  378.             "while printer is in 10 cpi, would"
  379.             "set right margin at 8""."
  380.             0
  381.  
  382. NAME     =  "Set Justification"
  383.   DESC   =  "Set the type of text alignment to"
  384.             "be used."
  385.   CODES  =  27,97,0
  386.             "Enter one of the following to"
  387.             "select type of justification:"
  388.             " "
  389.             "0 to justify left."
  390.             "1 to justify center."
  391.             "2 to justify right."
  392.             "3 to justify left & right."
  393.             " "
  394.             "The above values are in decimal."
  395.             " "
  396.             "Example: Entering 2 (decimal) would"
  397.             "set justification to the right."
  398.             0
  399.  
  400. NAME     =  "Set Horizontal Tabs"
  401.   DESC   =  "Set up to 32 horizontal tab stops."
  402.   CODES  =  27,68,0
  403.             "Enter up to 32 tab stops in"
  404.             "ascending order in decimal:"
  405.             " "
  406.             "Range: 1 to 255 decimal."
  407.             " "
  408.             "Example: Entering 10,20,30,40 would"
  409.             "set four tab stops at locations 10,"
  410.             "20, 30, and 40 on the print line."
  411.             0,0,0
  412.  
  413. NAME     =  "Cancel Horizontal Tabs"
  414.   DESC   =  "Cancel all horizontal tab stops."
  415.   CODES  =  27,68,0,0
  416.  
  417.